home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Canon Creative 3
/
Canon Creative 3 - Disc 2.iso
/
designe
/
DE.DIR
/
00229.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-05-08
|
243 b
|
15 lines
on enterFrame
end
on exitFrame
global gTimer
checkIntroRoll([7, 8, 9, 14, 15, 16, 17, 18])
set ctime to the ticks
set test to gTimer + (13 * 60)
if test > ctime then
go(the frame)
else
set gTimer to the ticks
end if
end